home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/SPSignOnOrgOverlay.dtd">
-
- <overlay id="SidebarPanelSignOnOverlay"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <!-- Overlay stuff needed in the Main Window -->
- <script language="JavaScript" src="chrome://aim/content/AimSession.js"></script>
-
- <!-- Overlay the Sign On Panel (Displayed when Offline) -->
- <box id="SignOnOrg" orient="vertical" flex="1">
-
- <!-- Heading for the top of the panel -->
- <box class="aim-logo-box"><image class="aim-logo"/></box>
-
- <separator/>
-
- <grid>
- <columns>
- <column/>
- <column flex="1"/>
- </columns>
-
- <rows>
- <row autostretch="never">
- <text class="label smallerText" for="fldScreenName" value="&screenName.label;" />
- <textfield id="fldScreenName" class="smallerText" type="text"
- name="fldScreenName" flex="1" selected="true"
- onkeypress="cmdScreenName(event);"/>
- </row>
- <row autostretch="never">
- <text class="label smallerText" for="fldPassword" value="&password.label;" />
- <textfield id="fldPassword" type="password" name="fldPassword" flex="1"
- onkeypress="cmdPasswordKeyup(event);" class="smallerText" />
- </row>
- </rows>
- </grid>
- <box autostretch="never">
- <checkbox value="&savePassword.label;" id="chkSavePassword" name="chkSavePassword"
- oncommand="cmdClickSavePassword();" class="smallerText"/>
- </box>
- <box autostretch="never">
- <checkbox value="&autoLogin.label;" id="chkAutoLogin" name="chkAutoLogin"
- oncommand="cmdClickAutoLogin();" class="smallerText"/>
- </box>
-
- <separator/>
-
- <separator class="groove"/>
-
- <box id="spsignonbox127">
- <button value="&helpButton.label;" id="spsignonHelp2" class="smallerText " oncommand="aimGlobalCmdHelp()"/>
- <spring flex="1" />
- <button value="&setupButton.label;" id="spsignonSetup2" class="smallerText " oncommand="goPreferences('App.xul', 'chrome://communicator/content/pref/pref-IM_instantmessage.xul', 'instantmessenger');"/>
- <spring flex="2" />
- <button id="spsignonSignOn2" value="&signonButton.label;" oncommand="cmdPanelSignOn()" class="smallerText" default="true"/>
- </box>
- </box>
-
- </overlay>
-